home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Tools - Objects / MacApp / MacApp CD Release / MacApp 2.0.1 (Many Libraries) / Examples / DrawShapes / DrawShapes.MAmake next >
Encoding:
Text File  |  1990-10-25  |  2.0 KB  |  56 lines  |  [TEXT/MPS ]

  1. #********************************************************************************
  2. #                                                                                *
  3. #    File:            DrawShapes.MAmake                                             *
  4. #                                                                                *
  5. #    Description:    Makefile for DrawShapes.                                    *
  6. #                                                                                *
  7. #                                                                                *
  8. #    Copyright © 1985 - 1990 by Apple Computer, Inc.  All rights reserved.       *
  9. #********************************************************************************
  10.  
  11. #---------------------------------------------------------------------------------------------------
  12. #    List here the Application's Name
  13. AppName = DrawShapes
  14.  
  15.  
  16. #---------------------------------------------------------------------------------------------------
  17. #    List here the MacApp building blocks that your application uses
  18. #    if you want to be dependent on less than the full set.
  19. BuildingBlockIntf =  ∂
  20.     "{MAPInterfaces}UPrinting.p"
  21.  
  22.  
  23. #---------------------------------------------------------------------------------------------------
  24. #    List any additional interfaces that your application is dependent on
  25. OtherInterfaces =  ∂
  26.     "{SrcApp}UBetterFeedbackCmd.p" ∂
  27.     "{SrcApp}UMenu.p"
  28.  
  29.  
  30. #---------------------------------------------------------------------------------------------------
  31. #    Name any other object files to link in
  32. OtherLinkFiles = ∂
  33.     "{ObjApp}UBetterFeedbackCmd.p.o" ∂
  34.     "{ObjApp}UMenu.p.o"
  35.  
  36.  
  37. #---------------------------------------------------------------------------------------------------
  38. #    Express any additional dependencies for separate compilations.
  39. #    Include dependencies for the MacApp and Building block interfaces
  40. #    if you are dependent on them
  41. "{ObjApp}UBetterFeedbackCmd.p.o"    ƒ ∂
  42.                             "{SrcApp}UBetterFeedbackCmd.inc1.p" ∂
  43.                             {MacAppIntf} ∂
  44.                             {BuildingBlocksIntf}
  45.  
  46. "{ObjApp}UMenu.p.o"            ƒ ∂
  47.                             "{SrcApp}UMenu.inc1.p" ∂
  48.                             {MacAppIntf} ∂
  49.                             {BuildingBlocksIntf}
  50.  
  51. #---------------------------------------------------------------------------------------------------
  52. #    List resource files that the Rez file includes if you want to include
  53. #    more or less than the standard set
  54. OtherRsrcFiles = ∂
  55.     "{MAObj}Printing.rsrc"
  56.